Param2Desc{Minimum possible value of the scrollbar's position}CommandName{setScrollbarRange}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int min, int max}CloseBrace{}Description{Sets the maximum and minimum possible positions of the slider.  When the slider is at the leftmost possible position, getScrollbarPosition will return the minimum value, when it is at the rightmost possible position, getScrollbarPosition will return the maximum value.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a scrollbar gadget}Param2{min}Param3{max}Param3Desc{Maximum possible value of the scrollbar's position}